The Dreamweaver JavaScript API > Keyboard functions > dom.arrowUp() |
![]() ![]() ![]() |
Availability
Dreamweaver 3.0
Description
Moves the insertion point up the specified number of times.
Arguments
{nTimes}
, {bShiftIsDown}
![]() |
nTimes is the number of times the insertion point should be moved up. If this argument is omitted, the default is 1. |
![]() |
bShiftIsDown is a Boolean value indicating whether to extend the selection. If this argument is omitted, the default is false . |
Returns
Nothing.
Enabler
None.
![]() ![]() ![]() |